home *** CD-ROM | disk | FTP | other *** search
- head 1.1;
- branch ;
- access ;
- symbols ;
- locks shirriff:1.1; strict;
- comment @ * @;
-
-
- 1.1
- date 90.03.01.12.49.44; author shirriff; state Exp;
- branches ;
- next ;
-
-
- desc
- @@
-
-
-
- 1.1
- log
- @Initial revision
- @
- text
- @/*
- * OUTPATH is where to send the output. If you want a .ps file to
- * be created by default, set this to "". If you want to automatically
- * invoke a pipe (as in lpr), make the first character an exclamation
- * point or a vertical bar, and the remainder the command line to
- * execute.
- */
- #define OUTPATH ""
- /* (Actually OUTPATH will be overridden by an `o' line in config.ps.) */
- /*
- * Names of config and prologue files:
- */
- #ifndef CONFIGFILE
- #define CONFIGFILE "config.ps"
- #endif
- #define HEADERFILE "tex.pro"
- #define CHEADERFILE "texc.pro"
- #define PSFONTHEADER "texps.pro"
- #define SPECIALHEADER "special.pro"
- #define PSMAPFILE "psfonts.map"
- @
-